type context.timerCtx

6 uses

	context (current package)
		context.go#L631: 	c := &timerCtx{
		context.go#L653: type timerCtx struct {
		context.go#L660: func (c *timerCtx) Deadline() (deadline time.Time, ok bool) {
		context.go#L664: func (c *timerCtx) String() string {
		context.go#L670: func (c *timerCtx) cancel(removeFromParent bool, err, cause error) {
		context.go#L786: 		case *timerCtx: